home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SKILLS.dir / 00074_Script_sk con new game dk script < prev    next >
Text File  |  2001-09-05  |  663b  |  28 lines

  1. on mouseUp
  2.   global whichSkills
  3.   
  4.   global oldi,gClockOn
  5.   
  6.   set gClockOn = false
  7.   set oldi = 0
  8.   repeat with i = 3 to 26
  9.     if the puppet of Sprite i = true then puppetSprite i, false
  10.     if the visible of sprite i = false then set the visible of sprite i = true
  11.   end repeat
  12.   repeat with i = 29 to 32
  13.     puppetSprite i, false
  14.   end repeat
  15.   puppetSprite 34,false
  16.   puppetSprite 39,false
  17.   
  18.   saveResults
  19.   if whichSkills = "practice/test" then go frame "pract/test setup"
  20.   else 
  21.     puppetsprite 2,false
  22.     go frame "Conc setup"
  23.   end if
  24.   
  25.   --mouseUp (script ("SK HOME dk script"))
  26.   saveResults
  27.   --alert "end practice"
  28. end